home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 26.zip
/
BS1 part 26
/
Cando v1.6 disk 2.adf
/
HelpFiles
/
Buffer Management
< prev
next >
Wrap
Text File
|
1991-10-08
|
2KB
|
109 lines
V- AnyChangedBuffers |anychangedbuffers|
F- BufferType |buffertype|
C- Flush |flush|
C- FlushAll |flushall|
C- GetBufferInfo |getbufferinfo|
C- InsertChangedBufferList |insertchangedbufferlist|
C- RamScram |ramscram|
C- SaveAllChangedBuffers |saveallchangedbuffers|
C- SetAutoFileRequester |setautofilerequester|
C- SetAutoLoadFlags |setautoloadflags|
[E]
|anychangedbuffers|
WT {Logical}=AnyChangedBuffers
PL Returns TRUE if there are any modified
PL buffers, or else it returns FALSE.
ED
|buffertype|
WT {BufferType}=BufferType({BufferName})
PL Returns the Buffer type for the specified
PL buffer. Types are: "Brush","BrushAnim",
PL "Document","Icon","Picture","Read File",
PL "Write File","Sound". If the buffer is
PT not found it will return a
BS Nothing
PT .
ED
|flush|
WT Flush {BufferName}
PL Frees all memory used the buffer. This
PL command can fail if the buffer is in use
PL or modified in someway.
PL
PT SEE ALSO:
BS FlushAll
PT .
ED
|flushall|
WT FlushAll
PL Flushes all buffers. This command will not
PL flush buffers that are in use or modified.
PL
PT SEE ALSO:
BS Flush
PT and
BS RamScram
PT .
ED
|getbufferinfo|
WT GetBufferInfo {BufferName}, <Var1>, <Var2>, <Var3>, <Var4>
PL Returns information about the specified
PL buffer. See page 6-64 in the user's manual
PL for the full use of this command.
ED
|insertchangedbufferlist|
WT InsertChangedBufferList
PL Types the name of all modified buffers
PL into the current document. Each buffer
PL name will be on a separate line.
PT SEE ALSO:
BS SaveAllChangedBuffers
PT .
ED
|ramscram|
WT RamScram
PL Frees all Buffer Data not currently used
PL and not modified. CanDo does not forget
PL about the freed buffers and will reload
PL them as needed.
PL
PT SEE ALSO:
BS Flush
PT and
BS FlushAll
PT .
ED
|saveallchangedbuffers|
WT SaveAllChangedBuffers
PL Save all buffers that have been modified.
PL If the buffer was originally loaded, it
PL will save with the loaded name, otherwise
PL it will save with its "Buffer Name" as
PL its file specification.
PT SEE ALSO:
BS InsertChangedBufferList
PT .
ED
|setautofilerequester|
WT SetAutoFileRequester {Logical}
PL Enables or disables the automatic file
PL requester.
ED
|setautoloadflags|
WT SetAutoLoadFlags <flags>
PL See page 6-63 for a full discussion of
PL the Flags used in this command.
ED